home *** CD-ROM | disk | FTP | other *** search
- 26082
- #
- #
- #
- # fripp.mpl
- #
- # Fripp effect in live
- #
- # Author ID Date
- # ------------ ----------- ---------
- # Serge Sibony 100417,2633 09/06/95
- #
- #
- # This file is a mpl effect definition used by MidiLang
- # MidiLang can be found at the MidiForum, in the
- # Windows sound media library.
- #
- #
- #
- # This effect will record your play and play it back softer
- # a number of beat after and a number of time
- # This effect allows you to play almost like R.Fripp
- #
- #
- #
-
-
- Label delay+
- v+= 1 1
- end
-
- Label delay-
- v-= 1 1
- end
-
- Label softer
- v*= 3 1.141214
- end
-
- Label harder
- v/= 3 1.141214
- end
-
- Label loop-
- v-= 5 1
- end
-
- Label loop+
- v+= 5 1
- end
-
- Label chan-
- v-= 2 1
- end
-
- Label chan+
- v+= 2 1
- end
-
-
-
-
-
-
- Label Main
-
- V=V 6 5
-
- Label Loop
-
- v=v 4 1
- V*= 4 480
-
- time+=V 4
-
- vel/=V 3
-
- chan=v 2
- outmidi
-
- V-= 6 1
- V!= 6 0
- goto Loop
- end
-
-
-
-
-
-
-
- descript Fripp effect
- descript Replay several time and softer
- descript your play after a long delay
-
- keydef C C# delay- more_delay delay 1 8
- keydef C B delay+ less_delay
-
- keydef D D# softer softer volume_divide 3 1.5
- keydef D C# harder harder
-
- keydef E D# loop- less_loop loop_nb 5 4
- keydef E F loop+ more_loop
-
- keydef G F# chan- chan- out_channel 2 4
- keydef G G# chan+ chan+
-
-